Posts

Post not yet marked as solved
27 Replies
It is even worse, as it affects apps that don't use the WiFi interface on it's own.I have an app which uses location service in background mode which used to run for days without trouble pre 13.2.Now it terminates after a variable number of hours. Reason I figured is the WiFi interface implicitly used by the location service.I get about every second the message: "nehelper sent invalid result code [1] for Wi-Fi information request" in the console log.Using Instruments I noticed that those calls to CNCopyCurrentNetworkInfo have a memory leak - with foreseeable consequences for the app.Switching off WiFi on the device settings solved that particular problem, though turning off WFi seems to be a bit radical solution 😉Is there anyway to use location services without it using WiFi ?
Post marked as solved
56 Replies
It's not fixed in 13.2.2. I still get the message each time the app (location service based) goes do background.On a side note, the app crashed after a couple of hours with either termination due to too much cpu usage (which is nonsense) or due to port leak (I don't start actively any threads). Neither happened in 12.x